home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
feednfrenzy.swf
/
scripts
/
DefineButton2_164
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2008-09-25
|
141b
|
8 lines
on(press){
fx12 = new Sound(zoop);
fx12.attachSound("sfxswitch1");
fx12.stop("sfxswitch1");
fx12.start(0,1);
play();
}